home *** CD-ROM | disk | FTP | other *** search
- Path: flash.LakeheadU.Ca!jgvotour
- From: jgvotour@flash.LakeheadU.Ca (Bonestripper/Revenge)
- Newsgroups: comp.sys.cbm
- Subject: Re: Programming question [MUSIC/RASTERS]
- Message-ID: <22852@storm.LakeheadU.Ca>
- Date: 23 Jan 1996 15:02:22 GMT
- References: <gl0DZoO00YUqA5QGMm@andrew.cmu.edu>
- Sender: news@storm.LakeheadU.Ca
- Organization: Lakehead University
- X-Newsreader: TIN [version 1.2 PL1]
-
- William Nolan (wnolan+@andrew.cmu.edu) wrote:
- : Hi, now that I mastered rasters, I was wondering if anyone knew the
- : specifics of playing music made with, say, DMC (since this is the only
- : one I know how to use right now) or any other tracker program, in the
- : background. I understand the general concepts, ie. you have to call
- : their routine once every 1/60th seconds or so, tie it onto a raster
- : interrupt somewhere, etc. I guess there's probably some unpacking
- : involved as well ... but since DMC came with no docs on how to play
- : their musics, I don't know how to! Any help would be appreciated...
- : _ _ _ _ _ _ _ _ _ _
- : [@@@| |@@@] [@@@] [@@@] [@@@]
- : [~~~|/\|~~~] [~~~] [~~~]_ [~~~]_ William Nolan -- wn22@andrew.cmu.edu
- : [!!!!!!!!!!] [!!!] [!!!!!] [!!!!!]
- : \ _ /\ _ / [_ _] [_ _ _] [_ _ _]
-
- Basically you've got the idea. In your interrupt routine you just have to
- call their play routine. I believe the play routine for DMC is at $1006
- (if the music hasn't been relocated). Also to initialize the music, you
- must use a LDA #0:JSR $1000.
-
-